home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 23
/
CU Amiga - Super CD-ROM 23 (June 1998).iso
/
CUCD
/
Programming
/
OUI
/
envman.lha
/
EnvManager
/
listreq.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-02-08
|
389 b
|
22 lines
// listreq.h
// 01.02.95
#include <libraries/gadtools.h>
#include "screen.h"
#include "window.h"
#include "gadgets/listview.h"
class rlist : public window
{
public:
STRPTR titre ;
rlist(short l, short t, short w, short h) : window(l, t, w, h) {}
void open(screen *) ;
void flist(gadget *g, unsigned long classe, unsigned short code) ;
};
IMPORT screen *ns ;